EXTEND: Now modify and extend your program! Be sure to meet these minimum technical requirements:
Remember that the index of a list starts at 0.
- Let the user pick one or more indexes to mix-up the character. Hint: Try using Ask for Integer
- Create a list of image labels to be the mixed-up character's friend or pet. Name your new list friend_list.
- Use a list and index to get an image label from your new list. Don't forget to use a new .Sprite() command.
To navigate the page using the TAB key, first press ESC to exit the code editor.